home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / B-C / C++ FAQ Reference 1.0 / C++ FAQ Reference 1.0.rsrc / TEXT_1628.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  126 b   |  2 lines

  1. A member fn of class X has type:  Returntype (X::*)(Argtypes)
  2.    while a plain function has type:  Returntype (*)   (Argtypes)